Defines a geospatial measure.
The geospatial measure defines the relationship between points or regions in the two dimensional PDF object space and points or regions with respect to an underlying model of the earth.
Initializes a new PDFGeospatialMeasure object.
Initializes a new object with a COS measure.
This method supports the internal library infrastructure and should not be used by external client code.
Gets the map bounds.
For maps, this bounding polygon is known as a neatline. These points (x and y) are expressed relative to a unit square that describes the bounds associated with a , or .
Gets the coordinate system.
Gets the COS measure.
Gets the display coordinate system.
Gets the geographic points.
These values shall be based on the geographic coordinate system described by .
Gets the local points.
The unit square is mapped to the rectangular bounds of the , or that contains the measure object.
This array shall contain the same number of points as the array; each point is the unit square object position corresponding to the geospatial position in the array.
Gets the preferred unit for displaying angles.
Only these values are supported for this method: and .
Gets the preferred unit for displaying areas.
Only these values are supported for this method: , , , , and .
Gets the preferred unit for displaying distances.
Only these values are supported for this method: , , , , and .
Sets the map bounds.
Sets the coordinate system.
Sets the display coordinate system.
Sets the geographic points.
These values shall be based on the geographic coordinate system described by .
Sets the local points.
The unit square is mapped to the rectangular bounds of the , or that contains the measure object.
This array shall contain the same number of points as the array; each point is the unit square object position corresponding to the geospatial position in the array.
Sets the preferred unit for displaying angles.
Only these values are supported for this method: and .
Sets the preferred unit for displaying areas.
Only these values are supported for this method: , , , , and .
Sets the preferred unit for displaying distances.
Only these values are supported for this method: , , , , and .